From 917f03417097d6e0bbeef4e626acce9d6030ba33 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sun, 3 Sep 2017 22:55:28 +0000 Subject: [PATCH] Modify configure.json to disable neon. --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.json b/configure.json index b572a3d1f..d003fcb4c 100644 --- a/configure.json +++ b/configure.json @@ -896,7 +896,7 @@ }, "neon": { "label": "NEON", - "condition": "(arch.arm || arch.arm64) && tests.neon", + "condition": "(arch.arm64) && tests.neon", "output": [ "privateConfig", { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 } -- 2.30.2